home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 311 / text0000.txt < prev   
Encoding:
Text File  |  1996-08-05  |  692 b   |  23 lines

  1. In a message of 04 Jan 96, Juergen wrote to All:
  2.  
  3.  JRF> What won't work (calling OpenScreen() ), both in tags and in "ns_type"
  4.  JRF> of (Ext)NewScreen, is:
  5.  
  6.  JRF> SHRES, AUTOSCROLL. Seems like all ECS+/OS 2.0+ features won't work
  7.  JRF> (exept
  8.  JRF> things like HIRES 8 planes).
  9.  
  10.  JRF> I'm wondering what's missing ? :\
  11.  
  12. Don't use resolution flags; consider them obsolete (and will only work as
  13. intended for PAL or NTSC modes). If you specify SA_DisplayID the ViewModes
  14. field is ignored.
  15.  
  16. For autoscrolling, check the SA_AutoScroll tag. The AUTOSCROLL isn't
  17. mentioned in the Type field and SA_Type explanations in the OpenScreen
  18. autodoc.
  19.  
  20. --
  21. Magnus Holmgren - Amiga programmer and enthusiast
  22.  
  23.